invalidate$40542$ - traducción al griego
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:     

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

invalidate$40542$ - traducción al griego

SPECIAL CASE OF MEMORY COHERENCE
Cache consistency; Coherence protocol; Cache Coherency; Cache Coherence; Cache coherence problems; Cache coherency; Coherence traffic; Coherency traffic; Cache coherent system; Write invalidate protocol; Write-invalidate protocol; Coherent cache; Cache states; Cache Consistency
  • An illustration showing multiple caches of some memory, which acts as a shared resource
  • Coherent caches: The value in all the caches' copies is the same.
  • Incoherent caches: The caches have different values of a single address location.

invalidate      
v. ακυρώ

Definición

cache consistency

Wikipedia

Cache coherence

In computer architecture, cache coherence is the uniformity of shared resource data that ends up stored in multiple local caches. When clients in a system maintain caches of a common memory resource, problems may arise with incoherent data, which is particularly the case with CPUs in a multiprocessing system.

In the illustration on the right, consider both the clients have a cached copy of a particular memory block from a previous read. Suppose the client on the bottom updates/changes that memory block, the client on the top could be left with an invalid cache of memory without any notification of the change. Cache coherence is intended to manage such conflicts by maintaining a coherent view of the data values in multiple caches.